home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / pixplay / pixplay.exe / {app} / PixPlay.exe / 0 / RCDATA / TFRMALIGN / TFRMALIGN.txt
Text File  |  2004-12-09  |  1KB  |  69 lines

  1. object frmAlign: TfrmAlign
  2.   Left = 94
  3.   Top = 218
  4.   BorderStyle = bsDialog
  5.   Caption = 'Alignment'
  6.   ClientHeight = 176
  7.   ClientWidth = 300
  8.   Font.Charset = RUSSIAN_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Tahoma'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object rgrHorizontal: TRadioGroup
  17.     Left = 8
  18.     Top = 4
  19.     Width = 137
  20.     Height = 129
  21.     Caption = 'Horizontal'
  22.     ItemIndex = 0
  23.     Items.Strings = (
  24.       '&No change'
  25.       '&Left sides'
  26.       '&Centers'
  27.       '&Right sides'
  28.       '&Space equally'
  29.       'Center in &window')
  30.     TabOrder = 0
  31.   end
  32.   object rgrVertical: TRadioGroup
  33.     Left = 156
  34.     Top = 4
  35.     Width = 137
  36.     Height = 129
  37.     Caption = 'Vertical'
  38.     ItemIndex = 0
  39.     Items.Strings = (
  40.       'No chan&ge'
  41.       '&Tops'
  42.       'C&enters'
  43.       '&Bottoms'
  44.       'Space e&qually'
  45.       'Center &in &window')
  46.     TabOrder = 1
  47.   end
  48.   object btnOk: TButton
  49.     Left = 132
  50.     Top = 144
  51.     Width = 77
  52.     Height = 25
  53.     Caption = 'OK'
  54.     Default = True
  55.     ModalResult = 1
  56.     TabOrder = 2
  57.   end
  58.   object btnCancel: TButton
  59.     Left = 216
  60.     Top = 144
  61.     Width = 77
  62.     Height = 25
  63.     Cancel = True
  64.     Caption = 'Cancel'
  65.     ModalResult = 2
  66.     TabOrder = 3
  67.   end
  68. end
  69.